home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / PlatMsg.dll / 0 / RCDATA / TFORMUSERPASS / TFORMUSERPASS.txt < prev   
Text File  |  2008-07-16  |  2KB  |  106 lines

  1. object FormUserPass: TFormUserPass
  2.   Left = 596
  3.   Top = 337
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '%s='
  7.   ClientHeight = 147
  8.   ClientWidth = 335
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PlaGroupBox1: TPlaGroupBox
  24.     Left = 14
  25.     Top = 10
  26.     Width = 307
  27.     Height = 89
  28.     TitleFont.Charset = DEFAULT_CHARSET
  29.     TitleFont.Color = 13977088
  30.     TitleFont.Height = -11
  31.     TitleFont.Name = 'Tahoma'
  32.     TitleFont.Style = []
  33.     Caption = 'Introduce tu nombre de usuario y contrase∩┐╜a'
  34.     TabOrder = 0
  35.     object Image1: TImage
  36.       Left = 16
  37.       Top = 21
  38.       Width = 32
  39.       Height = 32
  40.       Picture.Data = {<image001.bmp>}
  41.       Transparent = True
  42.     end
  43.     object Label1: TLabel
  44.       Left = 64
  45.       Top = 28
  46.       Width = 92
  47.       Height = 13
  48.       Caption = 'Nombre de usuario:'
  49.       Transparent = True
  50.     end
  51.     object Label2: TLabel
  52.       Left = 64
  53.       Top = 60
  54.       Width = 57
  55.       Height = 13
  56.       Caption = 'Contrase∩┐╜a:'
  57.       Transparent = True
  58.     end
  59.     object lstParentalUsers: TPlaComboBox
  60.       Left = 176
  61.       Top = 24
  62.       Width = 113
  63.       Height = 21
  64.       Style = csDropDownList
  65.       TabOrder = 0
  66.       OnChange = lstParentalUsersChange
  67.     end
  68.     object txtParentalUserPassword: TPlaEdit
  69.       Left = 176
  70.       Top = 56
  71.       Width = 113
  72.       Height = 22
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'Courier New'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       PasswordChar = '*'
  80.       TabOrder = 1
  81.       Transparent = False
  82.     end
  83.   end
  84.   object BtnCancelar: TPlaButton
  85.     Left = 251
  86.     Top = 114
  87.     Width = 73
  88.     Height = 21
  89.     Caption = '&Cancelar'
  90.     TabOrder = 1
  91.     Cancel = True
  92.     ModalResult = 2
  93.   end
  94.   object BtnAceptar: TPlaButton
  95.     Left = 167
  96.     Top = 114
  97.     Width = 73
  98.     Height = 21
  99.     Caption = '&Aceptar'
  100.     Enabled = False
  101.     TabOrder = 2
  102.     OnClick = BtnAceptarClick
  103.     Default = True
  104.   end
  105. end
  106.